projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec9922
)
(AC_OUTPUT): Arrange to emit definitions of
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 21 Nov 2000 12:23:31 +0000
(12:23 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 21 Nov 2000 12:23:31 +0000
(12:23 +0000)
GCC and NON_GNU_CPP into config.status.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index c62f6c3c305d7b78ff32e5139421f75918275b1e..cfb12611119e4d62b7075b7542e8759e2796a0f5 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2304,4
+2304,5
@@
fi
# This is how we know whether to re-run configure in certain cases.
touch src/config.stamp
-], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])
+], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPPFLAGS="$CPPFLAGS"])
+